type reflect.cacheKey
5 uses
reflect (current package)
type.go#L1563: type cacheKey struct {
type.go#L1590: ckey := cacheKey{Chan, typ, nil, uintptr(dir)}
type.go#L1658: ckey := cacheKey{Map, ktyp, etyp, 0}
type.go#L2076: ckey := cacheKey{Slice, typ, nil, 0}
type.go#L2632: ckey := cacheKey{Array, typ, nil, uintptr(length)}
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |